Refactored version of _gdk_quartz_window_find_child_by_point, that doesn't
authorRichard Hult <richard@imendio.com>
Mon, 28 May 2007 20:42:51 +0000 (20:42 +0000)
committerRichard Hult <rhult@src.gnome.org>
Mon, 28 May 2007 20:42:51 +0000 (20:42 +0000)
commit6ecae9e5ebea7ab0d596ea87db82a08a7dae67a2
treef28798ba382644bbf03e8ff5ee57ad97442d2381
parent52709dff9a624eb470d60db5bffa85794268ed0f
Refactored version of _gdk_quartz_window_find_child_by_point, that doesn't

2007-05-28  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkprivate-quartz.h:
* gdk/quartz/gdkwindow-quartz.c (find_child_window_helper)
(_gdk_quartz_window_find_child): Refactored version of
_gdk_quartz_window_find_child_by_point, that doesn't return any
coordinates as the users of this function already have the
coordinates and need to translate them differently.
(_gdk_windowing_window_get_pointer): Fixup coordinate translation.
(_gdk_windowing_window_at_pointer): Likewise.

svn path=/trunk/; revision=17968
ChangeLog
gdk/quartz/gdkprivate-quartz.h
gdk/quartz/gdkwindow-quartz.c